Goto

Collaborating Authors

 keras library


Introduction to Deep Learning & Neural Networks with Keras

#artificialintelligence

Looking to start a career in Deep Learning? This course will introduce you to the field of deep learning and help you answer many questions that people are asking nowadays, like what is deep learning, and how do deep learning models compare to artificial neural networks? You will learn about the different deep learning models and build your first deep learning model using the Keras library. After completing this course, learners will be able to: โ€ข Describe what a neural network is, what a deep learning model is, and the difference between them.


Reshaping the Dataset For Neural Networks

#artificialintelligence

The shape of input data is expected by neural networks, which is specified by the network's architecture. To match this expected shape, the input data must be reshaped. This is required because the network makes assumptions about the data it will receive as input, which are built into the network's architecture. If the input data does not conform to the expected shape, the network will be unable to process it properly and may produce incorrect results. The input data is reshaped so that it can be formatted in a way that the network can understand and use for training.


Deep Learning & Neural Networks Python Keras

#artificialintelligence

You Save $121.01 93 % off The world has been revolving much around the terms "Machine Learning" and "Deep Learning" recently. With or without our knowledge every day we are using these technologies. There are tons of other applications too. No wonder why "Deep Learning" and "Machine Learning along with Data Science" are the most sought after talent in the technology world now a days. But the problem is that, when you think about learning these technologies, a misconception that lots of maths, statistics, complex algorithms and formulas needs to be studied prior to that.


Deep Learning Building Blocks-MNIST

#artificialintelligence

In this blog, we are first going through a simple deep learning example using the MNIST from the Keras library. I will not go over the Keras package, however, it is a popular framework used in practice for solving deep learning related problems. Once we work on this problem, we will also go over important concepts in deep learning. We then will be able to take those concepts and understand what is going on in the example we are working through. The problem we will solve using this dataset is to classify grayscale images of handwritten digits with 28 x 28 pixels into 10 categories which ranges 0 to 9.


Transfer Learning Implementation using Keras

#artificialintelligence

What if I told you that a network that classifies 10 different types of vehicles can provide useful knowledge for a classification problem with 3 different types of cars? This is called transfer learning โ€“ a method that uses pre-trained neural networks to solve a new, similar problem. Over the years, people have been trying to produce different methods to train neural networks with small amounts of data. Those methods are used to generate more data for training. However, transfer learning provides an alternative by learning from existing architectures (trained on large datasets) and further training them for our new problem.


Keras Tutorial for Beginners

#artificialintelligence

In this tutorial, we will focus on Keras basics and learn neural network implementation using Keras. Keras is a widely used open-source deep-learning library for building neural network models. Keras offers a modular, easy-to-learn, easy-to-use, and faster prototype development framework. It is a higher-level wrapper of Tensorflow, CTNK, and Theano libraries. Keras is a high-level deep learning python library for developing neural network models.


Building a Convolutional Neural Network

#artificialintelligence

This article aims to explain Convolutional Neural Network and how to Build CNN using the TensorFlow Keras library. This article will discuss the following topics. Let's first discuss Convolutional Neural Network. Deep learning is a very significant subset of machine learning because of its high performance across various domains. Convolutional Neural Network (CNN), is a powerful image processing deep learning type often using in computer vision that comprises an image and video recognition along with a recommender system and natural language processing ( NLP).


Develop your First Image Classification Project with CNN! - Analytics Vidhya

#artificialintelligence

Deep learning is a booming field at the current time, most of the projects and problem statement uses deep learning in any sort of work. If you have to pick a deep learning technique for solving any computer vision problem statement then many of you including myself will go with a conventional neural network. In this article, we will build our first image processing project using CNN and understand its power and why it has become so popular. In this article, we will walk through every step of developing our own convolutional model and build our first amazing project. Image classification is a task where the system takes an input image and classifies it with an appropriate label.


Transfer Learning in Deep Learning

#artificialintelligence

It is a branch of Machine Learning which uses a simulation of the human brain which is known as neural networks. These neural networks are made up of neurons that are similar to the fundamental unit of the human brain. The neurons make up a neural network model and this field of study altogether is named deep learning. The end result of a neural network is called a deep learning model. Mostly, in deep learning, unstructured data is used from which the deep learning model extracts features on its own by repeated training on the data.


Introduction to Deep Learning & Neural Networks with Keras

#artificialintelligence

IBM offers a wide range of technology and consulting services; a broad portfolio of middleware for collaboration, predictive analytics, software development and systems management; and the world's most advanced servers and supercomputers. Utilizing its business consulting, technology and R&D expertise, IBM helps clients become "smarter" as the planet becomes more digitally interconnected. IBM invests more than $6 billion a year in R&D, just completing its 21st year of patent leadership. IBM Research has received recognition beyond any commercial technology research organization and is home to 5 Nobel Laureates, 9 US National Medals of Technology, 5 US National Medals of Science, 6 Turing Awards, and 10 Inductees in US Inventors Hall of Fame.